2006-03-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
is initialized before using it. (#335129, Christian Persch)
+2006-03-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
+ is initialized before using it. (#335129, Christian Persch)
+
2006-03-19 Matthias Clasen <mclasen@redhat.com>
* MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
+2006-03-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
+ is initialized before using it. (#335129, Christian Persch)
+
2006-03-19 Matthias Clasen <mclasen@redhat.com>
* MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
GOptionGroup *group;
OptionGroupInfo *info;
+ gettext_initialization ();
+
info = g_new0 (OptionGroupInfo, 1);
info->open_default_display = open_default_display;